home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q111 / 8 / 43.TXT < prev    next >
Text File  |  1994-03-05  |  2KB  |  57 lines

  1. DOCUMENT:Q111843  04-MAR-1994  [W_NT]
  2. TITLE   :NTBackup Command Needs Both /L and /E for Exceptions Only Log
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. --------------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. --------------------------------------------------------------------------
  14.  
  15. To create a Backup log file from a command line with just Exceptions
  16. (using the /E switch), use both the /L and /E switches, as in the following
  17. example:
  18.  
  19. NOTE: If you have installed U.S. Service Pack 2 (or later) for Windows NT
  20. and Windows NT Advanced Server version 3.1, you cannot create a Backup log
  21. file.
  22.  
  23.    ntbackup backup c:\test /a /v /d "test" /l "c:\test.log" /e
  24.  
  25. If you format the command incorrectly, as in the following example, no Log
  26. file is created and no error messages are generated:
  27.  
  28.    ntbackup backup c:\test /a /v /d "test" /l /e "c:\test.log"
  29.  
  30. NOTE: The /E switch also lists the beginning and ending commands, plus a
  31. list of the backed-up directories. It does not list any files unless there
  32. are Exceptions.
  33.  
  34. For more information on command line switches with NTBackup, see page 490
  35. of the Windows NT Advanced Server "System Guide" or page 392 of the Windows
  36. NT "System Guide."
  37.  
  38. Additional reference words: 3.10
  39. KBCategory:
  40. KBSubCategory: ntap
  41.  
  42.  
  43. =============================================================================
  44.  
  45. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  46. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  47. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  48. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  49. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  50. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  51. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  52. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  53. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  54. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  55. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  56.  
  57. Copyright Microsoft Corporation 1994.